翻訳と辞書
Words near each other
・ ist
・ istar
・ istm
・ isv
・ iswim
・ it
・ it's a feature
・ itar
・ iterated function system
・ iteration
iterative deepening
・ iterator
・ iternet
・ ithaca
・ itil
・ itp
・ its
・ itsp
・ itu
・ itu x.209


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

iterative deepening : FOLDOC
iterative deepening
A graph search algorithm that will find the shortest path with some given property, even when the graph contains cycles. When searching for a path through a graph, starting at a given initial node, where the path (or its end node) has some desired property, a depth-first search may never find a solution if it enters a cycle in the graph. Rather than avoiding cycles (i.e. never extend a path with a node it already contains), iterative deepening explores all paths up to length (or "depth") N, starting from N=0 and increasing N until a solution is found.
(2004-01-26)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.